vector<int> cel


transform(cel.begin(), cel.end(), cel.begin(), [=](int x)->int{return x*x;});